dh-systemd software package provides debhelper add-on to handle systemd unit files, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install dh-systemd
dh-systemd is installed in your system.
Make ensure the dh-systemd package were installed using the commands given below,
$ sudo dpkg-query -l | grep dh-systemd *
You will get with dh-systemd package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Administration Utilities |
| Package | dh-systemd |
| Version | 1.29ubuntu1 |
| Description | debhelper add-on to handle systemd unit files |
| Sub Section | admin |